/ Assembly List / LJCSQLUtilLib / LJCMetadata / GetCreateTableSql

Namespace - LJCSQLUtilLib


Parameters
tableName - The table name.
mdColumns - The Metadata Columns object.
includeForeignKeys - Indicates if the Foreign Key constraints

Returns

The Create Table SQL statement.

Syntax

C#
public String GetCreateTableSql(String tableName, DbMetaDataColumns mdColumns, Boolean includeForeignKeys = True)

Builds and returns the Create Table SQL statement with the specified Metadata columns.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.